@extends('admin.layouts.master') @section('title', USERS_TITLE_ADMIN) @section('content')

Edit {{ USERS_TITLE_ADMIN }}

Edit {{ USERS_TITLE_ADMIN }}
{{csrf_field()}} @method('PUT')
{!! fileExist($category->profilepic) !!}
{{-- --}}
@endsection